stackswitcher: Don't do unneeded update
authorBenjamin Otte <otte@redhat.com>
Tue, 18 Feb 2014 12:56:26 +0000 (13:56 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 20 Feb 2014 01:10:07 +0000 (02:10 +0100)
commit1d422deb0f12aadb01b91d2b55a317c9e265dde6
tree97698b404910a48d80c069508899b0d1c5ed44ab
parentf2d4b07f4bb44f7bf433a6178aabd43b12e7be7b
stackswitcher: Don't do unneeded update

The update of the needs-attention state is done via its own property,
so it doesn't need to be done via visibility changes.

This patch is largely the result of inspecting the code due to a warning
and not a result of testing. So if issues pop up that bisect back to
this patch, that's why.
gtk/gtkstackswitcher.c